home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 42 / PC Gamer IT CD 42 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TFSPLASH / TFSPLASH.txt
Text File  |  1999-03-22  |  818b  |  43 lines

  1. object FSplash: TFSplash
  2.   Left = 403
  3.   Top = 320
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'FSplash'
  9.   ClientHeight = 159
  10.   ClientWidth = 232
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -17
  14.   Font.Name = 'System'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object LogoImage: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 32
  24.     Height = 32
  25.     AutoSize = True
  26.     Enabled = False
  27.     OnClick = LogoImageClick
  28.   end
  29.   object Label1: TLabel
  30.     Left = 40
  31.     Top = 64
  32.     Width = 160
  33.     Height = 16
  34.     Caption = 'Your Logo Belongs Here'
  35.   end
  36.   object Timer1: TTimer
  37.     Interval = 2000
  38.     OnTimer = Timer1Timer
  39.     Left = 188
  40.     Top = 115
  41.   end
  42. end
  43.